RPC in Python¶
Remote Procedure Call (RPC) frameworks let Python code invoke functions on remote processes or services as if they were local calls. Options range from lightweight JSON-RPC implementations to high-performance binary protocols like gRPC and ZeroMQ-based transports.
- https://github.com/mbr/tinyrpc (JSON-RPC)
- https://github.com/pavlov99/json-rpc
- https://www.zerorpc.io/
- gprc
See also¶
#json
Page last modified: 2026-04-06 20:35:09